home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / prefs.dxr / 00001_Start Stop Code.ls next >
Encoding:
Text File  |  2000-01-14  |  243 b   |  15 lines

  1. global gPrefsVarObj
  2.  
  3. on startMovie
  4.   InitPrefsVars()
  5.   InitButtons()
  6.   InitRollOverText(gPrefsVarObj)
  7. end
  8.  
  9. on CloseMIAW
  10.   global gForgetWindow, gForgetList
  11.   condemn(gPrefsVarObj)
  12.   gPrefsVarObj = 0
  13.   append(gForgetList, the activeWindow)
  14. end
  15.